ServiceSyncItems Method (StandardFolder, IListPropertyPath, String, Int32) |
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SyncItemsResponse SyncItems(
StandardFolder standardFolder,
IList<PropertyPath> propertyPaths,
string state,
int maxChangesReturned
)
Public Function SyncItems (
standardFolder As StandardFolder,
propertyPaths As IList(Of PropertyPath),
state As String,
maxChangesReturned As Integer
) As SyncItemsResponse
Parameters
- standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The StandardFolder that contains the items to synchronize with. - propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The collection of properties to retrieve for synchronized items. - state
- Type: SystemString
The optional sync state that represents the point in time to start the synchronization. - maxChangesReturned
- Type: SystemInt32
The maximum number of changes that should be returned.
Return Value
Type:
SyncItemsResponseA list of changes that occurred in the specified folder.
See Also